@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
caption,
tbody,
tfoot,
thead,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

html {
	overflow-x: hidden;
}

p {
	line-height: initial;
}

.header {
	border-bottom: 1px solid rgb(230, 230, 230);
}

/* always display scrollbars */
body {
	font-family: "PingFang SC", 微软雅黑, "Microsoft YaHei", Arial, 黑体, 宋体;
	;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

input,
select,
button {
	vertical-align: middle;
	outline: none;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}


img {
	border: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	outline: none;
	padding: 0;
	margin: 0;
	border: none;
}

::-moz-selection {
	background: #ebb112;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #ebb112;
	color: #fff;
	text-shadow: none;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	color: #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,


.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	display: block;
}

input,
button,
table,
tr,
td,
textarea {
	font-family: Microsoft yahei, Arial;
}

.w1500 {
	max-width: 1500px;
	margin: auto;
}

/*nav*/
p {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

@font-face {
	font-family: TIN;
	src: url("../fonts/tungsten.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: BIN;
	src: url("../fonts/BrownStd-Regular.woff.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: SIN;
	src: url("../fonts/times new roman.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: AIN;
	src: url("../fonts/AslinaBold.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: CIN;
	src: url("../fonts/CgFuturaMaxiBd.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DIN;
	src: url("../fonts/din-medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: MIN;
	src: url("../fonts/montserrat-regular.ttf");
	font-weight: normal;
	font-style: normal;
}

header {
	height: 85px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #d8d8d8;
}

header .logo img {
	display: block;
	height: 50px;
}

.nav {
	width: 68%;
	margin-left: 10%;
	display: flex;
	justify-content: flex-end;
}
.comp4 p{
	font-size: 16px;
	line-height: 35px;
	color: #262626;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.nav li {
	width: 13.5%;
	float: left;
	line-height: 85px;
	text-align: center;
	font-size: 16px;
	position: relative;
}

.nav li a {
	color: #242424;
}

.nav li a:hover {
	color: #107cc9;
}

.nav li .show {
	position: absolute;
	display: none;
	top: 85px;
	left: -15%;
	width: 130%;
	text-align: center;
	padding: 6px 0;
	background: #fff;
	z-index: 999;
}

.nav li:hover .show {
	display: block;
}

.showaa{position: relative;}

.nav .showaa:hover .showbb {
	display: block;
}


.nav .showaa .showbb {
	position: absolute;
	display: none;
	top:0px;
	left: 100%;
	width: 130%;
	text-align: center;
	overflow: hidden;
	background: #fff;
	z-index: 999;
}




.nav li .show a ,.showbb {
	line-height: 36px;
	position: relative;
	font-size: 14px;
	color: #000;
	display: block;
}

.nav li .show a:hover {
	color: #3279e6;
}


.menubox.solid {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 85px;
	line-height: 85px;
	background: #ffffff;
	border-bottom: none;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.menubox.solid a:hover {
	color: #de5727;
}


@-webkit-keyframes bgscale {

	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes bgscale {

	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@-webkit-keyframes bgscale2 {

	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

}

@keyframes bgscale2 {

	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

}

@-webkit-keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}



@-moz-keyframes jello {

	from,
	11.1%,
	to {
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}



@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}

/* 手机端menu按钮 */

.menu-handler {
	width: 64px;
	float: right;
	height: 54px;
	display: none;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 25.5px auto 0px;
	width: 28px;
	height: 3px;
	background-color: #107cc9;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.menu-handler span::after,
.menu-handler span::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 3px;
	left: 0px;
	background-color: #107cc9;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.menu-handler span::before {
	top: -9px;
	transition-property: top, transform;
}

.menu-handler span::after {
	bottom: -9px;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	transition-delay: 0s, 0s;
}

.menu-handler.active span::after,
.menu-handler.active span::before {
	transition-delay: 0s, 0.3s;
}

.menu-handler.active span::before {
	top: 0px;
	transform: rotate(45deg);
}

.menu-handler.active span::after {
	bottom: 0px;
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: rgb(255, 255, 255);
}

.menuBox a:active,
.menuBox a:hover {
	color: rgb(255, 255, 255);
}

.menuBox {
	background-color: rgba(0, 0, 0, 0.8);
	color: rgb(255, 255, 255);
	position: fixed;
	display: none;
	right: 0px;
	top: 0px;
	height: 100vh;
	overflow: hidden auto;
	transform: translateX(100%);
	width: 400px;
	z-index: 980;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.menuMoblie {
	padding: 80px 0px 80px;
}

.menuMoblie .nav-link {
	display: block;
	font-size: 20px;
	padding: 10px 22px 10px 80px;
	position: relative;
}

.menuMoblie .cur {
	opacity: 0.9;
	border-top: 1px solid rgb(219, 219, 219);
	border-bottom: 1px solid rgb(219, 219, 219);
	background-color: rgb(232, 232, 232);
}

.menuMoblie .cur .nav-link {
	color: #107cc9;
}

.menuMoblie .subnav {
	padding-bottom: 12px;
	display: none;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 10px 22px 10px 80px;
	line-height: 1.4;
	color: rgb(51, 51, 51);
	font-size: 15px;
}

.pusher-black {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 900;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
}

.menuOpen .pusher-black {
	visibility: visible;
	opacity: 1;
}

.menuOpen .menuBox {
	transform: translateX(0px);
}

.header {
	display: flex;
	padding-left: 5vw;
	padding-right: 5vw;
	align-items: center;
	justify-content: space-between;
}

.rightFlex {
	display: flex;
	align-items: center;
	height: 85px;
	justify-content: flex-end;
}

.nav a,
.comp5 {
	transition: all 0.3s;
}

.nav a:hover {
	color: #107cc9 !important;
}

.nav .on a {
	color: #107cc9 !important;
}

.telIcon {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333333;
	font-family: DIN;
	height: 85px;
}

.telIcon img {
	margin-right: 5px;
}

.index-input {
	background: rgb(245, 245, 245);
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
}

/* banner */
.banner {
	overflow: hidden;
	width: 100%;
}

.banner img {
	float: left;
	width: 100%;
}


/* 关于我们 */
.About {
	display: flex;
}

.Company {
	width: 50%;
}

.aboutPic {
	width: 50%;
	margin-left: 3%;
	overflow: hidden;
}

.aboutPic img {
	float: left;
	width: 100%;
}

.comp1 {
	font-size: 44px;
	color: #262626;
	margin-top: 10px;
	font-weight: 600;
}

.comp2 {
	margin: 25px 0;
}

.comp3 {
	font-size: 30px;
	color: #262626;
	font-weight: 600;
}

.comp4 {
	font-size: 16px;
	line-height: 35px;
	color: #262626;
	margin-top: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.About {
	margin-top: 80px;
}

.comp5 {
	display: inline-block;
	width: 178px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #107cc9;
	color: #fff;
	margin-top: 50px;
	transition: all 0.5s;
}

.comp5:hover {
	border-radius: 20px 0;
	color: #fff;
	transform: translateX(15px);
	box-shadow: 1px 1px 10px 1px rgba(11, 118, 168, 0.5);
}

.comp5 img {
	margin-left: 20px;
}

.aboutPic img {
	height: 500px;
}

.Adv {
	display: flex;
	margin-top: 75px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 100px;
}

.advPart {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.num {
	font-size: 65px;
	color: #107cc9;
	font-family: DIN;
}

.year {
	font-size: 18px;
	color: #333;
	position: relative;
	top: -2px;
}

.advName {
	border-bottom: 1px solid rgb(224, 224, 224);
	padding-bottom: 15px;
}

.adv1 {
	font-size: 20px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
}

.adv2 {
	text-transform: uppercase;
	font-size: 12px;
	color: #aaaaaa;
	font-family: arial;
}

/* 业务领域 */
.Business {
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 75px;
}

.Wis {
	display: flex;
}

.wisFlex {
	width: 50%;
}

.Wis .gallery-top {
	width: 50%;
}

.busTit {
	padding: 55px 0;
}

.busTit>a>p:nth-child(1) {
	font-size: 40px;
	color: #262626;
	margin-bottom: 10px;
	font-weight: 600;
}

.busTit>a>p:nth-child(2) {
	font-size: 18px;
	color: #888888;
	font-family: MIN;
	text-transform: uppercase;
}

.Wis {
	background: #fff;
}

.wisFlex {
	padding: 0 28px;
}

.wisTit {
	padding: 40px 0;
	font-size: 32px;
	color: #333;
	text-align: center;
	word-spacing: 20px;
	font-weight: 600;
}

.Wis .gallery-thumbs .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.Wis .gallery-thumbs .swiper-slide {
	width: 49% !important;
	background: rgb(246, 246, 246);
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 0 0;
	height: 114px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Wis .gallery-thumbs .swiper-slide:nth-child(2n) {
	margin-right: 0;
	border-right: none;
}

.wideIcon {
	display: flex;
	margin-right: 10px;
}

.wideIcon .ico1 {
	display: flex;
	position: relative;
	z-index: 99;
}

.wideIcon .ico2 {
	position: absolute;
}

.Wis {
	padding-bottom: 40px;
}

.wideWord {
	position: absolute;
}

.Wis .gallery-top .swiper-slide {
	position: relative;
}

.Normal {
	background: #fff;
	padding: 0 35px;
	border-top: 1px solid rgb(240, 240, 240);
	padding-bottom: 15px;
}

.norFlex {
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.norTit {
	font-size: 24px;
	color: #000;
}

.mask-white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	content: '';
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.bgg:hover .mask-white {
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.buPart:hover .mask-white {
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.buPic img,
.buTit {
	transition: all 0.5s;
}

.buPic {
	position: relative;
}


.buPart:hover .buTit {
	color: #107cc9;
}

.norMore {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666;
	transition: all 0.4s;
}

.norMore:hover {
	color: #107cc9 !important;
	transform: translateX(10px);
}

.norMore:hover img {
	transform: translateX(-5px);
}

.norMore img {
	margin-left: 10px;
}

.casePic {
	overflow: hidden;
	transition: all 0.5s;
}

.casePart {
	transition: all 0.5s;
}

.casePart:hover img {
	transform: scale(1.1);
}

.casePart:hover .caseWord {
	color: #107cc9;
}

.casePic img {
	float: left;
	width: 100%;
	transition: all 0.5s;
}

.caseWord {
	text-align: center;
	font-size: 18px;
	padding: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

/* 荣誉资质 */
.ho1 {
	overflow: hidden;
	/* height: 375px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.ho1 img {
	box-shadow: 0 0px 27px 1px rgb(200,200,200);
	width: 68%;
}

.Honor {
	background: url(../images/hobg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 80px;
	margin-top: -5px;
	position: relative;
}
.Honor .swiper-wrapper{
	    display: flex;
	    align-items: flex-end;
}
.hoTit {
	padding: 65px 0 65px 0;
}

.hoTit>a>p:nth-child(1) {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
}

.hoTit>a>p:nth-child(2) {
	font-size: 18px;
	color: #fff;
	font-family: MIN;
	text-transform: uppercase;
}

.Honor .swiper-slide {
	position: relative;
	padding-bottom: 75px;
}

.ho1 {
	position: relative;
	z-index: 99;
	padding-bottom: 20px;
}

.hoBg {
	background: #fff;
	font-size: 18px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 85px 15px 30px 15px;
}

.Honor .swiper-button-next {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	right: 30px;
}

.Honor .swiper-button-prev {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	left: 30px;
}

.Honor .swiper-button-next::after {
	color: rgb(193, 193, 193);
	font-size: 22px;
}

.Honor .swiper-button-prev::after {
	color: rgb(193, 193, 193);
	font-size: 22px;
}

.newsBo {

	display: flex;

	flex-wrap: wrap;

}

.newsBoside {

	padding-top: 60px;

	padding-bottom: 60px;

}

.newsBoside a {

	margin-bottom: 30px;

}

.newsBo>a:nth-child(3n+3) {

	margin-right: 0;

}



.newsCommon {

	display: inline-block;
	width: 32%;
	margin-right: 2%;
	border: 1px solid rgb(220, 220, 220);
	transition: all 0.8s;

}



.newsPic {

	overflow: hidden;

}



.newsPic img {

	height: 300px;

	width: 100%;

	float: left;

	transition: all 0.8s;

}



.newsWord {

	padding: 20px;

}



.newsWord_parh1 {

	font-size: 18px;

	letter-spacing: 1px;

	color: rgb(51, 51, 51);


	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	word-break: break-all;
	margin-bottom: 18px;

}



.newsWord_parh2 {

	font-size: 15px;

	color: rgb(136, 136, 136);

	line-height: 33px;

	text-overflow: -o-ellipsis-lastline;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	line-clamp: 2;

	-webkit-box-orient: vertical;

	margin-bottom: 18px;
}

.tl {
	margin-bottom: 0 !important;
	text-align: center !important;
}

.newsWord_date {

	display: flex;

	justify-content: space-between;

	font-size: 16px;

	font-family: 'DIN';

	color: rgb(102, 102, 102);

}



.newsWord_date>a>p:nth-child(2) {

	color: rgb(51, 51, 51);

}



.newsCommon:hover {

	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);

}



.newsCommon:hover .newsPic img {

	transform: scale(1.1);

}



.newsCommon:hover .newsWord_parh1 {

	color: rgb(0, 97, 174);

}


.Art {
	width: 65%;
}

.n1 {
	font-size: 18px;
	color: #262626;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.n2 {
	font-size: 14px;
	color: #888888;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	line-height: 26px;
	transition: all 0.5s;
}

.n3 {
	font-size: 14px;
	color: #888888;
	font-family: MIN;
	transition: all 0.5s;
}

.artPart {
	display: flex;
}

.artDesc {
	padding-top: 83px;
	width: 50%;
}

.artPic {
	width: 50%;
	overflow: hidden;
}

.artPic img {
	float: left;
	width: 100%;
	height: 588px;
}

.Art {
	border: 1px solid rgb(236, 236, 236);
	border-left: none;
	position: relative;
}

.artDesc {
	padding: 35px;
	padding-top: 150px;
}

.ar1 {
	font-size: 14px;
	color: #888888;
	font-family: MIN;
	margin-bottom: 40px;
}

.ar2 {
	font-size: 22px;
	color: #107cc9;
	line-height: 32px;
	margin-bottom: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ar3 {
	font-size: 14px;
	color: #888888;
	line-height: 26px;
	margin-bottom: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ar4 {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #107cc9;
}

.ar4 img {
	margin-left: 8px;
}


.Art .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
}

.Art .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
}


.News {
	position: relative;
	padding-bottom: 120px;
}

.News .w1500 {
	position: relative;
	z-index: 99;
}

.News{
	background: url(../images/newbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}

.newBg {
	position: absolute;
	bottom: 60px;
}

/* footer */
footer {
	background: rgb(20, 29, 44);
}

.footer {
	padding: 65px 0 70px 0;
	display: flex;
	justify-content: space-between;
}

.footLeft {
	width: 60%;
	display: flex;
	justify-content: space-between;
}

.footLink p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 28px;
}

.footA a {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin-bottom: 20px;
	transition: all 0.2s;
}

.footA a:hover {
	color: #107cc9;
}

.footRight {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.footNow {
	display: flex;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 25px;
	justify-content: flex-end;
	width: 100%;
}

.footEwm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footEwm p{ line-height:40px;}


.footNow a {
	display: inline-block;
	width: 190px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	transition: all 0.3s;
	position: relative;
}

.footNow a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	top: 0;
	background: #107cc9;
	opacity: 0.6;
	transition: all 0.3s;
}

.footNow a:hover::after {
	height: 100%;
}

.footNow a:hover {
	color: #fff;
}

.footDesc1 {
	color: #fff;
	text-align: right;
	font-size: 16px;
}

.rw {
	position: relative;
	z-index: 99;
	color: #fff;
}
header{
	background: #fff;
}
.footDesc2 {
	color: #fff;
	text-align: right;
	font-size: 30px;
	font-family: 'DIN';
	margin-bottom: 25px;
}

.footIcon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footIcon p {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}

.foBottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foEnd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
}

.foEnd p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.brSame {
	padding: 45px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgb(218, 218, 218);
	transition: all 0.5s;
	position: relative;
}

.brSame::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	bottom: 0;
	background: #107cc9;
	transition: all 0.8s;
	width: 0;
}

.brSame:hover::after {
	width: 100%;
}

.brDesc {

	width: 50%;
	transition: all 0.5s;
}

.brPic {
	width: 50%;
	overflow: hidden;
}

.brSame:hover .brPic img {
	transform: scale(1.05);
}

.brSame .br4 a{
	background: #107cc9;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	margin-left:15px;
}

.brPic img {
	width: 100%;
	float: left;
	transition: all 0.5s;
}

.brSame:hover .brDesc {
	transform: translateX(15px);
}

.br1 {
	font-size: 20px;
	color: #888888;
	font-family: arial;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.br2 {
	font-size: 26px;
	color: #000;
	margin-bottom: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-weight: 600;
}

.br3 {
	font-size: 16px;
	line-height: 38px;
	color: #888888;
	font-family: arial;
	margin-bottom: 70px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.br4 {
	font-size: 16px;
	color: #333333;
	transition: all 0.5s;
	display: inline;
}

.br4 span {
	margin-left: 12px;
}

.changePage {
	padding-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.changePage p {
	margin-right: 12px;
	font-size: 15px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
}

.changePage a, .changePage span {
	padding: 8px 13px;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	color: rgb(51, 51, 51);
	margin-right: 16px;
	transition: all 0.4s ease 0s;
	background: rgb(255, 255, 255);
	border-radius: 50%;
}

.changePage a:hover {
	background: #107cc9;
	color: rgb(255, 255, 255);
}



.changePage>a:last-child {
	margin-right: 0px;
	padding: 8px 20px;
	border-radius: 25px !important;
}

.changePage .current {
	color: rgb(255, 255, 255);
	border: 1px solid #107cc9;
	background: #107cc9;
}

.prevpage,
.nextpage {
	border-radius: 25px !important;
}

.Brand {
	margin-bottom: 80px;
}

.bannerTop {
	position: relative;
}

.sideWord {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

 @keyframes topFloat {
        from {
            transform: translateY(-20px);
            opacity: 0;
        }
    
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }


.sideWord>>ap:nth-child(1) {
	font-size: 58px;
	color: #fff;
	margin-bottom: 25px;
	letter-spacing: 6px;
}

.sideWord>a>p:nth-child(2) {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}

.localBox {
	background: rgba(0, 0, 0, 0.4);
	height: 85px;
	margin-top: -85px;
	position: relative;
	z-index: 99;
}

.localAt {
	display: flex;
	align-items: center;
}

.localAt a {
	font-size: 18px;
	height: 85px;
	line-height: 85px;
	margin-right: 5vw;
	color: #fff;
}

.localAt a:last-child {
	margin-right: 0;
}

.localAt .on {
	color: #107cc9;
}

.proRight {
	height: 452px;
	overflow-y: auto;
	width: 74%;
	padding-left: 5%;
	overflow-y: auto;
	overflow-x: hidden;
	/*direction: rtl;*/
	unicode-bidi: bidi-override;
}

.proRight {
	overflow-x: hidden;
	overflow-y: auto;
}

.proRight p {
	font-size: 16px;
	color: #666666;
	line-height: 38px;
	margin-bottom: 25px;
		direction: ltr;
	        unicode-bidi: bidi-override;
}

.proRight p:last-child {
	margin-bottom: 0;
}

.proRight::-webkit-scrollbar {
	width: 4px;
}

.proRight::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #107cc9;
	background: #107cc9;
}

.proRight::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(220, 220, 220, 0.8);
	border-radius: 0;
	background: rgba(220, 220, 220, 0.8);

}

.Profile {
	display: flex;
	margin-top: 90px;
}

.proLeft {
	width: 26%;
}

.Hope {
	background: url(../images/map.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
}

.Hope>div:nth-child(3) {
	border-right: none;
}

.hopePart {
	width: 33.3%;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 220px 0;
	transition: all 0.6s;
	position: relative;
	cursor: pointer;
}

.hopePart::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	background: #107cc9;
	opacity: 0.5;
	transition: all 0.6s;
}

.hopePart:hover::after {
	height: 100%;
}

.hope1 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	z-index: 99;
}

.hope2 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	margin-bottom: 50px;
	font-family: MIN;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
}

.hope3 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	padding: 0 15px;
	position: relative;
	z-index: 99;
}

.bgg {
	padding: 75px 0;
	background: rgb(250, 251, 252);
}

.With {
	display: flex;
	align-items: flex-end;
}

.withPic {
	overflow: hidden;
	width: 50%;
	position: relative;
}

.bgg:hover img {
	transform: scale(1.1);
}

.withPic img {
	float: left;
	width: 100%;
	transition: all 0.5s;
}

.withDesc {
	width: 50%;
	padding-left: 5%;
	margin-bottom: 50px;
}

.with1 {
	font-size: 40px;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding-bottom: 25px;
}

.withBox {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 42px;
	color: #107cc9;
}

.withWord p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.Work {
	background: url(../images/with.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 750px;
}

.workTit {
	font-size: 44px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 70px 0 60px 0;
}

.devideApply {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.devideApply input {
	padding: 15px 0;
	width: 90%;
	font-size: 16px;
	color: #fff;
}

.devideApply {
	position: relative;
}

.hidePro {
	overflow-y: auto;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 52px;
	border-bottom: none;
	border-top: none;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99;
	box-sizing: border-box;
	border-left: 1px solid rgb(100, 100, 100);
	border-right: 1px solid rgb(100, 100, 100);
	display: none;

	z-index: 999;
}

.hidePro a {
	padding: 14px 20px;
	font-size: 14px;
	border-bottom: 1px solid rgb(100, 100, 100);
	box-sizing: border-box;
	cursor: pointer;
	display: block;
}

.hidePro a:hover {
	color: #107cc9;
}

.workForm {
	display: flex;
}

.workForm>div {
	width: 25%;
	margin-right: 3%;
}

.workForm button {
	width: 20%;
	margin-right: 0;
	background: #107cc9;
	text-align: center;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #fff;
}

.Contact {
	padding: 70px 0;
}

.con1 {
	font-size: 42px;
	color: #333333;
}

.con2 {
	font-size: 22px;
	color: #888;
	margin-bottom: 20px;
}

.Address {
	display: flex;
	padding-bottom: 20px;
}

.addPart {
	width: 33.3%;
	border: 1px solid rgb(202, 202, 202);
	margin-right: 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 70px 30px;
}

.Address>div:nth-child(3) {
	margin-right: 0;
}

.add2 {
	color: #000;
	font-size: 22px;
	font-family: MIN;
	margin-top: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.addPart {
	transition: all 0.5s;
}

.addPart:hover {
	box-shadow: 1px 1px 10px 1px rgb(0, 118, 168, 0.4);
	transform: translateY(-10px);
	cursor: pointer;
}

.addPart .add1 {
	position: relative;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.addPart:hover .add1 img {
	animation: jello 1.2s;
	-webkit-animation: jello 1.2s;
}

.addPart .add1 i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #107cc9;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0
}

.addPart .add1 i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #107cc9;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0
}

.addPart:hover .add1 i:before {
	animation: serv_one_border .9s 0s ease 1;
}

.addPart:hover .add1 i:after {
	animation: serv_one_border 1.5s 0s ease 1;
}


@keyframes serv_one_border {
	0% {
		opacity: 0
	}

	5% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0;
		transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5)
	}
}



@keyframes serv_one_border {
	0% {
		opacity: 0
	}

	5% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0;
		transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5)
	}
}

.add3 {
	font-size: 20px;
	text-align: center;
	line-height: 34px;
}

.add4 {
	font-size: 22px;
	text-align: center;
	line-height: 34px;
}

.add5 {
	font-size: 24px;
	font-weight: 600;
	font-family: MIN;
}

.Online {
	padding-bottom: 100px;
	background: url(../images/grey.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	right: 0;
}

.onlineFlex {
	display: flex;
}

.Message {
	width: 50%;
}

.Map {
	width: 47%;
	margin-left: 3%;
}

.bgw {
	background: rgb(250, 251, 252);
}

.messPut {
	display: flex;
	align-items: center;
}

.messPut>input:nth-child(2) {
	margin-right: 0;
}

.messPut input {
	font-size: 18px;
	color: #666666;
	padding: 25px 0;
	width: 48%;
	margin-right: 4%;
	border-bottom: 1px solid rgb(204, 205, 207);
	letter-spacing: 1px;
}

.wholePut input {
	font-size: 18px;
	color: #666666;
	padding: 25px 0;
	width: 100%;
	margin-right: 0%;
	border-bottom: 1px solid rgb(204, 205, 207);
	letter-spacing: 1px;
}

.textarea input {
	font-size: 18px;
	color: #666666;
	padding: 25px 0;
	width: 100%;
	margin-right: 0%;
	border-bottom: 1px solid rgb(204, 205, 207);
	letter-spacing: 1px;
	padding-bottom: 100px;
}

.giveUp {
	font-size: 18px;
	background-image: linear-gradient(to right, rgb(61, 157, 202) 0, #005aab 51%, rgb(14, 120, 170) 100%);
	background-size: 200% auto;
	color: #fff;
	width: 300px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	display: inline-block;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background-color: rgb(61, 157, 202);
	color: #fff;
	cursor: pointer;
	margin-top: 60px;
	box-shadow: 1px 1px 10px 1px rgb(190, 190, 190);
}

.giveUp:hover {
	background-color: rgb(14, 120, 170);
	background-position: right center;
}

.zoomImgBox {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

.zoomImgBox>div:nth-child(3n) {
	margin-right: 0;
}

.horFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.horTit {
	display: flex;
	align-items: center;
}

.hor1 {
	font-size: 16px;
	color: #107cc9;
	padding: 5px 14px;
	border: 2px solid #107cc9;
	border-radius: 25px;
}

.hor2 {
	font-size: 16px;
	color: #000;
	font-family: arial;
	font-weight: 600;
	margin-left: 15px;
}

.bg-grey {
	background: rgb(242, 242, 242);
	padding-top: 70px;
}

.zoomBox {
	width: 31.3%;
	margin-right: 3%;
	display: inline-block;
	background: #fff;
	padding: 35px;
	margin-bottom: 3%;
	cursor: pointer;
	transition: all 0.5s;
}

.zoomImg,
.hor3 {
	transition: all 0.5s;
}

.zoomBox:hover {
	box-shadow: 1px 1px 10px 1px rgb(210, 210, 210);
	transform: translateY(-10px);
}

.zoomBox:hover .zoomImg {
	transform: scale(1.05);
}

.zoomBox:hover .hor3 {
	transform: rotateZ(360deg);
}

.horWord {
	font-size: 26px;
	line-height: 38px;
	margin-top: 25px;
	margin-bottom: 30px;
	height: 70px;
}

.horPic {
	width: 65%;
	overflow: hidden;
}

.horPic img {
	float: left;
	width: 100%;
}

.signPart {
	display: flex;
	align-items: center;
	padding: 70px 0 58px 0;
	border-bottom: 1px solid rgb(230, 230, 230);
	position: relative;
	transition: all 0.5s;
}

.signPart:hover {
	border-bottom: 1px solid #107cc9;
}

.signPart:hover .si1 {
	color: #107cc9;
	;
}

.signMore {
	position: relative;
}

.signPart::after {
	content: '';
	position: absolute;
	left: 77%;
	top: 0;
	width: 0%;
	height: 100%;
	right: 0;
	transition: all 0.5s;
	background: #107cc9;
	bottom: 0;
}

.signPart:hover::after {
	width: 23%;
}

.signPart:hover .sd1 {
	color: #fff;
}

.signPart:hover .sd2 {
	color: #fff;
}

.signTit {
	width: 77%;
	padding-right: 8%;
}

.si1 {
	font-size: 20px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.si2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #888;
	line-height: 34px;
}

.signMore {
	width: 23%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 5%;
	border-left: 1px solid rgb(230, 230, 230);
}

.sd1 {
	font-family: MIN;
	color: #888888;
	font-size: 34px;
	margin-bottom: 20px;
	position: relative;
	z-index: 99;
	transition: all 0.5s;
}

.sd2 {
	font-size: 20px;
	color: #888888;
	font-family: MIN;

	position: relative;
	z-index: 99;
	transition: all 0.5s;
}

.signPart:hover .signArr {
	width: 26px;
	height: 8px;
	background: url(../images/arrr.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.signArr {
	width: 26px;
	height: 8px;
	background: url(../images/arg.png);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}

.Sign {
	margin-bottom: 70px;
}

.bgv {
	background: rgb(250, 251, 252);
	padding-top: 70px;
}

.Experience {
	position: relative;
}

.View {
	display: flex;
}

.viewDesc {
	width: 50%;
	background: #fff;
	padding: 55px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.vi1 {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #888;
}

.vi1 img {
	margin-right: 10px;
}

.vi2 {
	font-size: 22px;
	color: #107cc9;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 34px;
}

.vi3 {
	color: #666;
	font-size: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 28px;
}

.vi4 {
	font-size: 20px;
	color: #107cc9;
}

.viewPic {
	width: 50%;
	overflow: hidden;
	border-radius: 25px;
}

.viewPic img {
	float: left;
	width: 100%;
}

.Experience .swiper-slide:hover .viewPic img {
	transform: scale(1.1);
}

.Experience .swiper-slide {
	background: #fff;
}

.Experience {
	border-radius: 15px;
}

.Build {
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.Build>a:nth-child(3n) {
	margin-right: 0;
}

.buPart {
	display: inline-block;
	padding: 45px 28px 35px 28px;
	margin-right: 2%;
	width: 32%;
	margin-bottom: 3%;
	transition: all 0.5s;
}

.buPart:hover {
	border-top: 1px solid #fff;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	border-radius: 10px;
}

.buPic {
	overflow: hidden;
}

.buPic img {
	float: left;
	width: 100%;
	border-radius: 10px;
}

.buTit {
	margin-top: 20px;
	margin-bottom: 32px;
	font-size: 20px;
	color: #000;
	line-height: 32px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.buDown {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.buMore {
	font-size: 16px;
	color: #666;
}

.buDate {
	display: flex;
	align-items: baseline;
}

.bu1 {
	font-size: 22px;
	color: #000;
	font-family: MIN;
	margin-right: 6px;
	font-weight: 600;
}

.bu2 {
	font-family: MIN;
	font-size: 16px;
	color: #888;
	margin-left: 6px;
	font-weight: 600;
}


.Experience .swiper-button-next {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	right: -75px;
	background: rgb(241, 241, 241);
}

.Experience .swiper-button-prev {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	left: -70px;
	background: #107cc9;
}

.Experience .swiper-button-next::after {
	color: rgb(193, 193, 193);
	font-size: 22px;
}

.Experience .swiper-button-prev::after {
	color: rgb(193, 193, 193);
	font-size: 22px;
	color: #fff;
}

.navbar-fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}


.workList li {
	width: 49%;
	margin-right: 2%;
	border: 1px solid rgb(227, 227, 227);
}

.workList li:nth-child(2n) {
	margin-right: 0;
}

.workList li img {
	width: 185px;
	height: 185px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.workList li .txt {
	align-items: flex-start;
	width: calc(100% - 230px);
}

.workList li .txt .more em {
	position: relative;
	z-index: 5;
}

.workList li .txt .more {
	border: 1px solid rgb(115, 115, 115);
	width: 135px;
	height: 45px;
	transition: all .36s;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
	font-size: 14px;
}

.workList li:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.workList li:hover .more {
	color: #fff;
}

.workList li .more::after {
	background-color: #107cc9;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.workList li:hover .more::after {
	width: 100%;
}


.artButton {
	border-bottom: 1px solid rgb(236, 236, 236);
	position: absolute;
	top: 0;
	width: 50%;
	left: 0;
	right: 0;
	height: 75px;
}

.artButton .swiper-button-next {
	border-right: 1px solid rgb(236, 236, 236);
	transition: all 0.5s;
}

.artButton .swiper-button-prev {
	border-left: 1px solid rgb(236, 236, 236);
	transition: all 0.5s;
}

.artButton .swiper-button-next:after {
	background-image: ;
	background-repeat: no-repeat;
	background-size: cover;
	content: url(../images/right.png);
	width: 35px;
	transition: all 0.5s;
}

.artButton .swiper-button-prev:after {
	background-image: ;
	background-repeat: no-repeat;
	background-size: cover;
	content: url(../images/left.png);
	width: 35px;
	transition: all 0.5s;
}

.artButton .swiper-button-prev:hover::after {
	transform: translateX(-15px);
}

.artButton .swiper-button-next:hover::after {
	transform: translateX(15px);
}

.ar4 {
	transition: all 0.5s;
	display: inline;
	padding: 8px 0;
}

.ar4:hover {
	background: #107cc9;
	color: #fff;
	padding: 8px 25px;
	border-radius: 4px;
}

.ar4:hover img {
	display: none;
}

.widePic {
	overflow: hidden;
	position: relative;

}

.widePic img {
	width: 100%;
	float: left;
}

.wideWord {
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 120px;
}

.wi1 {
	background: rgb(0, 0, 0,0.5);
	padding:20px;
	color:#FFF;
	line-height:2;
	width:100%;
}

.wi2 {
	background: #107cc9;
}

.wideWord {
	font-size: 18px;
	color: #fff;
}

.wideWord img {
	margin-right: 10px;
}


.devideApply input::-webkit-input-placeholder,
.devideApply textarea::-webkit-input-placeholder {
	color: #fff;
}


.widePic img {
	height: 482px;
}

.workPut {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.workPut input:focus {
	color: #fff;
	font-size: 16px;
}

.workPut input::-webkit-input-placeholder,
.workPut textarea::-webkit-input-placeholder {
	color: #fff;
}

.workList {
	margin-top: -420px;
	position: relative;
	z-index: 99;
}

.workList li {
	background: #fff;
}

.workList .color-666 {
	font-size: 16px;
	line-height: 26px;
}

.workList {
	background: #fff;
	padding: 55px;
}

/*弹窗*/
/*弹窗*/
.g5liebiao {
	width: 100%;
	margin: 0 -8px;
	margin-top: 50px;
}

.g5abt h2 {
	display: inline-block;
	color: #555555;
	font-size: 22px;
	width: 265px;
	overflow: hidden;
}

.g5listita a {
	width: 170px;
	height: 45px;
	line-height: 45px;
	display: block;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	bottom: 10px;
	left: 15px;
}

.g5listita a p {
	color: #3c276e;
	padding-left: 35px;
	line-height: 45px;
}

.g5listita a p::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 13px;
	background: url(../images/sanjiaoa.png) no-repeat center;
	right: 56px;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
	color: #3c276e;
}

.g5tan {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.tancoiii {
	margin-top: 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #eeeeee;
}


.tancoiii h4 {
	font-weight: bold;
	font-size: 18px;
}

.tancoiii p {
	color: #666666;
	font-size: 14px;
	/* font-weight:lighter; */
	line-height: 28px;
}

.tancon {
	max-width: 1200px;
	width: 65%;
	position: absolute;
	padding: 0 73px 0;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.g5lianjie {
	width: 100%;
	height: 52px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.g5lianjie p {
	display: block;
	width: 100%;
	height: 100%;
	color: #274fa1;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 16px;
}

.tanright {
	width: 58px;
	height: 58px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.tanright img {
	width: 100%;
}

.tancoiiiab {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.tancoiii2 {
	color: #666666;
	font-size: 14px;
	font-weight: lighter;
	line-height: 35px;
}

.tancoiiiab .t1 {
	display: inline-block;
	width: 24%;
	color: #666666;
	font-size: 14px;
}

.tancoiiiab .t1 b {
	display: block;
	color: #333333;
	font-size: 18px;
	margin-top: 10px;
}

.rc-popscroll {
	max-height: 450px;
	overflow-y: scroll;
	padding-right: 60px;
	/* margin-top: 30px; */
	padding-bottom: 30px;
}

.rc-popscroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
}

.rc-popscroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #0469b3;
	width: 5px;
}

.rc-popscroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #f2f5f9;
	width: 5px;
}


.job-description .swiper-container {
	width: 100%;
	height: 300PX;
}

.job-description .swiper-container .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g5lianjie {}

.g5lianjie ul {
	font-size: 16px;
	color: #000;
	font-weight: initial;
}

.g5lianjie ul li {
	line-height: 30px;
}

.indAbout .bottom li:last-child:after {
	display: none;
}

.wideIcon {
	display: flex;
	align-items: center;
}

.wide {
	display: flex;
	align-items: center;
}

.Wis .gallery-thumbs .swiper-slide {
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
}

.Wis .gallery-thumbs .swiper-slide::after {
	transition: all 0.5s;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	width: 0;
	background: #107cc9;
}

.Wis .gallery-thumbs .wideMore {
	transition: all 0.5s;
	position: relative;
	z-index: 99;
	font-size: 18px;
}

.Wis .swiper-slide-thumb-active::after {
	width: 100%!important;
}

.Wis .swiper-slide-thumb-active  .ico2 {
	z-index: 999;
}

.Wis .swiper-slide-thumb-active  .wideMore {
	color: #fff;
}

.Wis .gallery-thumbs .swiper-slide:hover::after {
	width: 100%;
}

.Wis .gallery-thumbs .swiper-slide:hover .ico2 {
	z-index: 999;
}

.Wis .gallery-thumbs .swiper-slide:hover .wideMore {
	color: #fff;
}

.Art .swiper-button-prev {
	left: 20%;
	border-right: none;
	border-left: none;
}

.Art .swiper-button-next {
	right: 20%;
	border-right: none;
	border-left: none;
}

.artDesc {
	position: relative;
}

.artDesc::after {
	transition: all 0.5s;
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
	height: 75px;
	top: 0;
	width: 1px;
	background: rgb(236, 236, 236);
}

a:hover {}

.artTit {
	border-bottom: 1px solid rgb(229, 229, 229);
	width: 64%;
}

.Article {
	display: flex;
}

.artTit>p:nth-child(1) {
	font-size: 30px;
	color: #333333;
	margin-bottom: 30px;
}

.artTit>p:nth-child(2) {
	display: flex;
	align-items: center;
	padding: 0px 0 35px 0;
}

.artTit>p:nth-child(2) span {
	font-size: 14px;
	color: #666666;
	margin-right: 30px;
	font-family: arial;
}

.artBox p {
	overflow: hidden;
	font-size: 15px;
	color: #555555;
	line-height: 36px;
	margin-bottom: 10px;
}
.artBox{
	margin-bottom: 80px;
}
.artLink {
	padding: 28px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #666666;
	border-top: 1px solid rgb(230, 230, 230);
}

.artLink a {
	font-size: 15px;
	color: #666666;
	width: 33.3%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.artLink a:hover {
	color: #107cc9;
}

.artLink a p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.artLink a:nth-child(2) {
	margin: 0 15px;
}

.artLink a:nth-child(1) p {
	width: 94%;
}

.artLink a:nth-child(3) p {
	width: 94%;
}

.link1 span {
	display: inline-block;
	width: 8px;
	height: 14px;
	margin-right: 10px;
	background: url(../images/left11.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.link2 span {
	display: inline-block;
	width: 15px;
	height: 17px;
	margin-right: 10px;
	background: url(../images/midd1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.link3 span {
	display: inline-block;
	width: 8px;
	height: 14px;
	margin-left: 10px;
	background: url(../images/right11.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.artLeft {
	width: 72%;
	padding-right: 8%;
	margin-top: 40px;
}

.artRight {
	width: 28%;
	padding-left: 0;
	margin-top: -30px;
}



.recoTit {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #888888;
	margin-bottom: 30px;
}

.recoTit span {
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #107cc9;
	margin-right: 15px;
}

.recoImg {
	overflow: hidden;
	width: 33%;
	margin-right: 2%;
}

.recoDesc {
	width: 65%;
	padding-left: 2%;
}

.recoImg img {
	float: left;
	width: 100%;
	transition: all 0.45s;
}

.recoPart {
	display: flex;
	align-items: center;
}

.ro1 {
	transition: all 0.4s;
}

.recoPart:hover .ro1 {
	color: #107cc9;
}

.recoPart:hover img {
	transform: scale(1.1);
	border-radius: 30px;
}

.recoPart {
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(229, 229, 229);
	margin-bottom: 25px;
}

.ro1 {
	font-family: arial;
	font-size: 16px;
	color: #333333;
	margin-bottom: 1vw;
	transition: all 0.4s;
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.recoPart:hover .ro2 {
	color: #107cc9;
}

.ro2 {
	transition: all 0.4s;
	font-size: 14px;
	color: #aaaaaa;

}
.Newsflex{
	display: flex;
	flex-wrap: wrap;
}
.Newsflex .casePart{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	
}
.Newsflex>a:nth-child(3n){
	margin-right: 0;
}
.artBox table tbody tr td{
	padding: 12px ;
}
.artBox table tbody>tr:first-child{
	background: none;
} 
.artBox table tbody>tr:first-child td strong{
	font-weight: 600;
}
.artBox table tbody>tr:nth-child(even){
	background: rgba(12,118,168,0.2) ;

}
.artBox table tbody>tr:nth-child(even) td{
}
.artBox table tbody>tr:nth-child(odd){
	background: rgb(245,245,245);
}


.index3 .title { float:left; width:30%; padding-top:15%;}
.index3 {background: center center no-repeat;background-size: cover;}
.index3 .title .zh {color: #FFFFFF;font-size: 46px;line-height: 1.3;font-weight: 500;padding: 15px 0;}
.index3 .title .en {
    font-size: 20px;
    font-weight: bold;
    color: #40c4ff;
    text-transform: uppercase;
    font-family: AvantGarde CE, "Avenir Heavy", 'Avenir-Medium-6_0';
}
.index3 .map {max-width: 1250px;float: right;position: relative;width:70%;}
.map_dian li {position: absolute;width: 11px;height: 30px;cursor: pointer;}
.map_dian li:nth-child(1) {top: 42%;right: 40.1%;}
.map_dian li:nth-child(2) {top: 50%;right: 29%;}
.map_dian li:nth-child(3) {top: 65%;left: 63.5%;}
.map_dian li:nth-child(4) {top: 50.5%;left: 45%;}
.map_dian li:nth-child(5) {top: 71.7%;left: 51.7%;}
.map_dian li:nth-child(6) {top: 64.5%;left: 34.3%;}
.map_dian li:nth-child(7) {bottom: 28.5%;right: 76%;}
.map_dian li:nth-child(8) {left: 40%;bottom: 22%;}
.map_dian li:nth-child(9) {bottom: 53%;left: 38.5%;}
.map_dian li:nth-child(10) {
        top: 45%;
    left: 29%;
}
.map_dian li:nth-child(11) {
        top: 27%;
    left: 81%;
}
.map_dian li:nth-child(12) {
        bottom: 56.5%;
    right: 50%;
}
.map_dian li:nth-child(13) {
   bottom: 68.5%;
    right: 10.5%;
}

.map_dian li:nth-child(14) {top: 26.7%;right: 45.5%;}
.map_dian li:nth-child(15) {top: 29%;right: 49.7%;}
.map_dian li:nth-child(16) {    top: 27.5%;left: 32.5%;}

.map_dian li:nth-child(17) {    top: 50.56%;
    left: 40.1%;}




.map_dian .dian {}
.map_dian .wrapper {position: relative;}
/*.map_dian */
.map_dian .d1 {margin: auto;width: 11px;height: 11px;background: #FFFFFF;border-radius: 50%;transition: all 0s;}
.map_dian li:hover .d1 {background: #40c4ff;transition: all .3s;}
.map_dian li:hover .win {display: block;}
.map_dian .win {display: none;position: absolute;left: 75px;bottom: 0;width: 360px;border-radius: 0 30px;overflow: hidden;background: #FFFFFF;z-index: 10;}
.map_dian .lans {padding: 1.5vw;}
.map_dian .tit {font-size: 22px;color: #0037a3;}
.map_dian .address {margin-top: 7px;font-size: 18px;color: #444444;font-weight: lighter;}
.map_dian .address img {margin-right: 2px;}
.map_dian .line {margin: -2px auto;width: 5px;height: 30px;background: url("../images/icon_line1.png") top left no-repeat;animation: line4 1.8s linear infinite;position: relative;z-index: 5;}
.map_dian li:hover .line {background: url("../images/icon_line2.png") top left no-repeat;animation: line4 0s linear infinite;}
@-webkit-keyframes line4 {0% {    background-position: 0 0;}100% {    background-position: 0 -7px;}}
.map_dian .quan {width: 10px;height: 10px;background: rgba(255, 255, 255, .7);position: absolute;bottom: 5px;left: calc(50% - 7px);border-radius: 50%;animation: quan 1.8s linear infinite;box-shadow: 0 0 0 10px rgba(64, 196, 255, .2);transition: all .3s;}
@-webkit-keyframes quan {0% {    box-shadow: 0 0 0 15px rgba(64, 196, 255, .5);}50% {    box-shadow: 0 0 0 3px rgba(64, 196, 255, .2);}100% {    box-shadow: 0 0 0 15px rgba(64, 196, 255, .2);}}
.map_dian .loc {font-size: 22px;color: #FFFFFF;position: absolute;width: auto;left: 165%;white-space: nowrap;top: -30px;height: 50px;padding-top: 20px;width: 100px;}
.map_dian li:nth-child(7) .loc{
    left: -425%;
}



/*客服*/

 .pcIcon_box {
     position: fixed;
     right: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     z-index: 9999
 }
 
 .pcIcon_box .pcIcon {
     text-align: center
 }
 
 .pcIcon_box .pcIcon li {
     width: 68px;
     height: 68px;
     border-bottom: 1px solid #fff;
     background: #107cc9;
     font-family: PingFangSC-Medium;
     font-size: 12px;
     color: #fff;
     font-weight: 500;
     text-align: center;
     padding: 13px 0;
     cursor: pointer
 }
 
 .pcIcon_box .pcIcon li:last-child {
     border: none
 }
 
 .pcIcon_box .pcIcon li img {
     margin: 0 auto 5px auto
 }
 
 .pcIcon_box .pcIcon .phone_box {
     position: relative
 }
 
 .pcIcon_box .pcIcon .phone_box .phone_bg { 
 	background: #fff;
 	border-radius: 5px;
 	box-shadow: 1px 1px 10px 1px rgb(220,220,220);
     width: 211px;
    /* height: 72px;*/ text-align: center; padding:  12px 0;
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     right: 75px;
    line-height: 1;
 /*	align-items: center;
 	justify-content: center;
 	flex-direction: column;*/
  display: none; 
 }
 .phone_bg>p:nth-child(1){
 	color: #000;
 	font-size: 22px;
   margin-bottom:10px;
 	font-family: 'DIN';
 	font-weight: 600;
 }
 .phone_bg>p:nth-child(2){
 	color: #000;
 	font-size: 12px;
 }
 .pcIcon_box .pcIcon .orcode_box {
     position: relative
 }
 
 .pcIcon_box .pcIcon .orcode_box .orcode_bg {
     background: url(../images/orcodebg.1538ddcb.png) no-repeat;
     width: 197px;
     height: 204px;
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     right: 70px
 }
 
 .pcIcon_box .pcIcon .orcode_box .orcode_bg img {
     margin: 25px auto
 }
 
 .pcIcon_box .pcIcon .orcode_box .orcode_bg p {
     margin-top: -25px
 }
 .pcIcon a:hover {
 	color: #fff;
 }

 .showewm:hover .rightEwm {
    display: block;
}
 .rightEwm{padding: 10px;animation: rightFloat .3s;
    position: absolute;    display: none;
    top: -25px; z-index: 99; border-radius: 5px;
    right: 75px;
    width: 120px;
    height: 120px;}

    @keyframes rightFloat {
        from {
            transform: translateX(-20px);
            opacity: 0;
        }
    
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
